home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / cris / arch-v10 / boot / Makefile
Encoding:
Makefile  |  2008-12-24  |  458 b   |  21 lines

  1. #
  2. # arch/cris/arch-v10/boot/Makefile
  3. #
  4.  
  5. OBJCOPYFLAGS = -O binary --remove-section=.bss
  6.  
  7. subdir- := compressed rescue
  8. targets := Image
  9.  
  10. $(obj)/Image: vmlinux FORCE
  11.     $(call if_changed,objcopy)
  12.     @echo '  Kernel: $@ is ready'
  13.  
  14. $(obj)/compressed/vmlinux: $(obj)/Image FORCE
  15.     $(Q)$(MAKE) $(build)=$(obj)/compressed $@
  16.     $(Q)$(MAKE) $(build)=$(obj)/rescue $(obj)/rescue/rescue.bin
  17.  
  18. $(obj)/zImage:  $(obj)/compressed/vmlinux
  19.     @cp $< $@
  20.     @echo '  Kernel: $@ is ready'
  21.